home *** CD-ROM | disk | FTP | other *** search
- On 09-Mar-98, Lee smashed the keyboard with:
- > a=asc("5") sets a to 5 ????
-
- No it don't, a will be set to the ASCII code of the character '5', this is
- $35(=53) as far as I remeber off hand..
-
- Use
- a=Val("5") or the more tricky: a=Asc("5")-$30
-
- --
- Kind regards from
- ______________________________________________________________________________
- /_ __/ __ / __ /\ ___\ __ \__ _\ aka. JENS VANG PETERSEN
- / / / /_/ / ____/ \ \___\ __ \ \ \ top_cat@post8.tele.dk
- /_/ /_____/_/ \_____\_\ \_\ \_\
- ------------------------------------------------------------------------------
- http://home8.inet.tele.dk/top_cat/
- -+- Home of 'The Ultimate Extension list' for AMOS TC & AMOS PRO -+-
- -+- SUPPORT - AMOS - AMIGA - AQUA -+-
- ------------------------------------------------------------------------------
- If a train station is where the train stops, what's a work station?
- ------------------------------------------------------------------------------
-
-
-